home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1998 March / MACPOWER-1998-03.ISO.7z / MACPOWER-1998-03.ISO / インターネット/通信 / Netscape Communicator Folノ.sea / Netscape Communicator Folder / Netscape Communicator™.rsrc / TEXT_3015_macprefs.txt < prev    next >
Text File  |  1997-09-08  |  1KB  |  39 lines

  1. // Mac specific preference defaults
  2. // TBD: Move Mac-specific Mime fields here?
  3.  
  4. platform.mac = true;
  5.  
  6. pref("browser.mac.show_tool_tips",                true);
  7. pref("browser.mac.use_internet_config",            false);
  8. pref("browser.mac.active_scrolling",            true);
  9. pref("browser.mac.use_utility_pattern",            false);
  10. pref("browser.mac.use_grayscale_form_controls",    true);
  11.  
  12. pref("editor.use_html_editor",                "false");
  13. pref("editor.use_image_editor",                "false");
  14.  
  15. //print header/footer
  16. pref("browser.mac.print_header_topleft",    3);
  17. pref("browser.mac.print_header_topmid",        5);
  18. pref("browser.mac.print_header_topright",    2);
  19. pref("browser.mac.print_header_botleft",    0);
  20. pref("browser.mac.print_header_botmid",        4);
  21. pref("browser.mac.print_header_botright",    0);
  22. pref("browser.mac.print_background",        false); // checkbox
  23.  
  24. pref("mail.notification.sound",                "");
  25.  
  26. pref("taskbar.mac.is_open",                    true);
  27. pref("taskbar.mac.is_vertical",                true);
  28.  
  29. pref("mail.server_type_on_restart",            -1);
  30.  
  31.  
  32. // This overrides the setting in config.js (which points to the Windows page)
  33. config("menu.help.item_0.label","テ駅テ嘉」テ益テ‡テεア竅„テゥテシ");
  34. config("menu.help.item_1.url","http://home.jp.netscape.com/ja/eng/mozilla/4.01/relnotes/mac-4.01.html");
  35.  
  36.  
  37. // Add mime type for SimpleText read only files
  38. mime_type("mime.SimpleText_ReadOnly", "text/plain", "", 2, "SimpleText", "ttxt", "ttro");
  39.